testsuite: Don't pretend we're a GTest
authorBenjamin Otte <otte@redhat.com>
Tue, 19 Mar 2019 02:57:04 +0000 (03:57 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 23 Apr 2019 15:09:14 +0000 (17:09 +0200)
commit2a7e4ae7f6e1a8542f439f0c8f036b59fdff62cf
treeb6dd27cd32f0494011d81f3793fad8100909ebde
parentcc878ec00fb527eaa3dd65d06985d0d7431ffe4d
testsuite: Don't pretend we're a GTest

This is a meson test, not a GTest thing. So:

- Use g_print(), not g_test_message
That makes meson test --verbose print the actual log messsages.

- Don't g_assert() all the time
Instead, run tests through to the end and just return a non-0 exit
status.
testsuite/gsk/compare-render.c